home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / ezrom120.zip / MULTI.ZIP / EZROM.MAS next >
Text File  |  1993-05-31  |  3KB  |  75 lines

  1. ;  EZ-ROM 1.20   EZROM.MAS    MASTER configuration file for MULTI-DISK only.
  2. ;
  3. ;  Lines beginning with a semicolon are ignored by EZ-ROM.
  4. ;
  5. ;  The "Disks" command verb below is only used here in EZROM.MAS.
  6. ;  The "Areas" command verb is only used in EZROM.CFG for each disk.
  7. ;
  8. Disks
  9. 1   ON   >5   0   C:\WC30\CDROM1\EZROM.CFG
  10. 2   ON   <30  0   C:\WC30\CDROM2\EZROM.CFG
  11. 3   ON   =20  0   C:\WC30\CDROM3\EZROM.CFG
  12. 4   OFF  >5   0   C:\WC30\CDROM4\EZROM.CFG
  13. 5   ON   >5   20
  14. 6   ON   >5   0   C:\WC30\CDROM6\EZROM.CFG
  15. Disks
  16. ;
  17. ;  EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
  18. ;
  19. ;  COLUMN 1 is the key character that the caller uses to select the
  20. ;     disk. Number 1 to 6 are shown, but any almost any single
  21. ;     character may be used. This includes letters, numbers and symbols.
  22. ;     Letters must be uppercase. Do not use the letters K, Q, and S
  23. ;     since these are used to select options on the EZ-ROM main menu.
  24. ;     Do not use numbers greater than 9 since these require more than
  25. ;     one character.
  26. ;  COLUMN 2 shows if door is ON or OFF line. If OFF, the disk is
  27. ;     browse-only with no downloads allowed.
  28. ;  COLUMN 3 shows the security level required to enter the disk.
  29. ;     For example if it is set to:
  30. ;     >5   (only security levels greater than 5 are allowed to enter)
  31. ;     <30  (only security levels less than 30 are allowed to enter)
  32. ;     =20  (only security level equal to 20 are allowed to enter)
  33. ;     There must be no spaces between the symbol and the level number.
  34. ;  COLUMN 4 is the type. Set this to 0 for a CD-ROM disk. Set it any
  35. ;     value between 10 and 255 and EZ-ROM will terminate with this
  36. ;     ErrorLevel when this door is selected by the caller. This allows
  37. ;     EZ-ROM to be used like an external menu program. In this case,
  38. ;     you need to catch and respond to these ErrorLevels in the
  39. ;     batch file that runs EZ-ROM. CD-ROM disks and external doors
  40. ;     may be combined freely in the same menu. A normal EZ-ROM exit
  41. ;     where no door or disk is selected is ErrorLevel 0. Internal
  42. ;     errors in EZ-ROM exit with ErrorLevel 1. Do not set
  43. ;     ErrorLevels 1 to 9 as these are reserved for future use.
  44. ;  COLUMN 5 is the full path and file name of the EZROM.CFG used for
  45. ;     each CD-ROM disk. Create a separate subdirectory for each disk.
  46. ;     Place all the files for that particular disk in the same
  47. ;     subdirectory along with the EZROM.CFG for that disk. Column 5 is
  48. ;     blank if this line indicates an external door.
  49. ;
  50. ;
  51. UserInfo C:\WC30\WCWORK\NODE1\USERINFO.DAT
  52. HoldDir  C:\WC30\WCWORK\NODE1
  53. CopyToMag ON
  54. LogName  C:\WC30\ACTIVITY.001
  55. Log ON
  56. Style 1
  57. Share ON
  58. TimeOut 240
  59. Debug ON
  60. DropPenalty 300
  61. AllowLogOff ON
  62. CheckSize ON
  63. LinesPerPage 22
  64. TagChar 26 -
  65. DirectVideo ON
  66. CheckSnow ON
  67. BiosScroll ON
  68. ;
  69. ;  NoDownLoad 5 6 7
  70. ;  BusyFlag C:\WC30\WCWORK\NODE1\DRIVE1.BSY
  71. ;  FlagDelay 30
  72. ;  DelOldFlag 30
  73. ;
  74. ;
  75.